home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / lib / python2.5 / symbol.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-29  |  3KB  |  109 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.5)
  3.  
  4. '''Non-terminal symbols of Python grammar (from "graminit.h").'''
  5. single_input = 256
  6. file_input = 257
  7. eval_input = 258
  8. decorator = 259
  9. decorators = 260
  10. funcdef = 261
  11. parameters = 262
  12. varargslist = 263
  13. fpdef = 264
  14. fplist = 265
  15. stmt = 266
  16. simple_stmt = 267
  17. small_stmt = 268
  18. expr_stmt = 269
  19. augassign = 270
  20. print_stmt = 271
  21. del_stmt = 272
  22. pass_stmt = 273
  23. flow_stmt = 274
  24. break_stmt = 275
  25. continue_stmt = 276
  26. return_stmt = 277
  27. yield_stmt = 278
  28. raise_stmt = 279
  29. import_stmt = 280
  30. import_name = 281
  31. import_from = 282
  32. import_as_name = 283
  33. dotted_as_name = 284
  34. import_as_names = 285
  35. dotted_as_names = 286
  36. dotted_name = 287
  37. global_stmt = 288
  38. exec_stmt = 289
  39. assert_stmt = 290
  40. compound_stmt = 291
  41. if_stmt = 292
  42. while_stmt = 293
  43. for_stmt = 294
  44. try_stmt = 295
  45. with_stmt = 296
  46. with_var = 297
  47. except_clause = 298
  48. suite = 299
  49. testlist_safe = 300
  50. old_test = 301
  51. old_lambdef = 302
  52. test = 303
  53. or_test = 304
  54. and_test = 305
  55. not_test = 306
  56. comparison = 307
  57. comp_op = 308
  58. expr = 309
  59. xor_expr = 310
  60. and_expr = 311
  61. shift_expr = 312
  62. arith_expr = 313
  63. term = 314
  64. factor = 315
  65. power = 316
  66. atom = 317
  67. listmaker = 318
  68. testlist_gexp = 319
  69. lambdef = 320
  70. trailer = 321
  71. subscriptlist = 322
  72. subscript = 323
  73. sliceop = 324
  74. exprlist = 325
  75. testlist = 326
  76. dictmaker = 327
  77. classdef = 328
  78. arglist = 329
  79. argument = 330
  80. list_iter = 331
  81. list_for = 332
  82. list_if = 333
  83. gen_iter = 334
  84. gen_for = 335
  85. gen_if = 336
  86. testlist1 = 337
  87. encoding_decl = 338
  88. yield_expr = 339
  89. sym_name = { }
  90. for _name, _value in globals().items():
  91.     if type(_value) is type(0):
  92.         sym_name[_value] = _name
  93.         continue
  94.  
  95.  
  96. def main():
  97.     import sys as sys
  98.     import token as token
  99.     if len(sys.argv) == 1:
  100.         sys.argv = sys.argv + [
  101.             'Include/graminit.h',
  102.             'Lib/symbol.py']
  103.     
  104.     token.main()
  105.  
  106. if __name__ == '__main__':
  107.     main()
  108.  
  109.